inherited fSelectDestination: TfSelectDestination Left = 355 Top = 206 Caption = 'Select Destination' PixelsPerInch = 96 TextHeight = 13 inherited pBody: TPanel object lBody: TLabel Left = 10 Top = 10 Width = 325 Height = 111 Align = alTop AutoSize = False WordWrap = True end object lProceed: TLabel Left = 10 Top = 247 Width = 325 Height = 71 Align = alBottom AutoSize = False WordWrap = True end object pBrowse: TPanel Left = 10 Top = 121 Width = 325 Height = 62 Align = alTop BevelOuter = bvLowered TabOrder = 0 object lDestination: TLabel Left = 8 Top = 40 Width = 3 Height = 13 end object Label1: TLabel Left = 8 Top = 8 Width = 88 Height = 13 Caption = 'Destination Folder:' end object bBrowse: TButton Left = 232 Top = 8 Width = 75 Height = 25 Caption = '&Browse...' TabOrder = 0 OnClick = bBrowseClick end end end inherited pButtons: TPanel object bNext: TButton Left = 352 Top = 24 Width = 75 Height = 25 Caption = '&Next >' Default = True ModalResult = 6 TabOrder = 0 end object bCancel: TButton Left = 448 Top = 24 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object bBack: TButton Left = 272 Top = 24 Width = 75 Height = 25 Caption = '< &Back' ModalResult = 7 TabOrder = 2 end end end